home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / text0054.txt < prev    next >
Encoding:
Text File  |  1994-09-20  |  800 b   |  22 lines

  1. I am trying to find a way to save variable data to disk.
  2. Right now I am doing it the old fashioned way...
  3. my variable is variable(20,20)
  4. I use a loop to write it to a file sequentially.
  5. CanDo allows for saving a variable and I was wondering if there was a way 
  6. to achieve this with BB because reading just a 20,20 array is taking
  7. too long.
  8. Actually...saving isn't as important speed wise as is reading the data.
  9.  
  10.  
  11. MyxxMatch (Jeffrey S. Morgan & Kristin Morgan)
  12. ***Need a High School English Teacher
  13. starting in June 1994?***
  14.  
  15. -----------------------------------------------------------------------
  16. Argue your limitations and sure enough,  they're yours.
  17.  
  18.                                                  R.  Bach             
  19. -----------------------------------------------------------------------
  20.  
  21.  
  22.